• frmCourseFeePayment.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCourseFeePayment
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCourseFeePayment))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
33         Me.txtBalance = New System.Windows.Forms.TextBox()
34         Me.Label21 = New System.Windows.Forms.Label()
35         Me.txtTotalPaid = New System.Windows.Forms.TextBox()
36         Me.Label20 = New System.Windows.Forms.Label()
37         Me.txtPaymentModeDetails = New System.Windows.Forms.TextBox()
38         Me.Label19 = New System.Windows.Forms.Label()
39         Me.cmbPaymentMode = New System.Windows.Forms.ComboBox()
40         Me.Label18 = New System.Windows.Forms.Label()
41         Me.dtpPaymentDate = New System.Windows.Forms.DateTimePicker()
42         Me.Label17 = New System.Windows.Forms.Label()
43         Me.txtFine = New System.Windows.Forms.TextBox()
44         Me.Label16 = New System.Windows.Forms.Label()
45         Me.txtPreviousDue = New System.Windows.Forms.TextBox()
46         Me.txtDiscount = New System.Windows.Forms.TextBox()
47         Me.Label14 = New System.Windows.Forms.Label()
48         Me.txtDiscountPer = New System.Windows.Forms.TextBox()
49         Me.txtGrandTotal = New System.Windows.Forms.TextBox()
50         Me.Label11 = New System.Windows.Forms.Label()
51         Me.Label12 = New System.Windows.Forms.Label()
52         Me.Label13 = New System.Windows.Forms.Label()
53         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
54         Me.Label9 = New System.Windows.Forms.Label()
55         Me.txtCourseFee = New System.Windows.Forms.TextBox()
56         Me.dgw = New System.Windows.Forms.DataGridView()
57         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.btnGetFeeList = New System.Windows.Forms.Button()
60         Me.cmbSemester = New System.Windows.Forms.ComboBox()
61         Me.Label15 = New System.Windows.Forms.Label()
62         Me.groupBox1 = New System.Windows.Forms.GroupBox()
63         Me.txtSession = New System.Windows.Forms.TextBox()
64         Me.Label7 = New System.Windows.Forms.Label()
65         Me.txtEnrollmentNo = New System.Windows.Forms.TextBox()
66         Me.Button2 = New System.Windows.Forms.Button()
67         Me.Label5 = New System.Windows.Forms.Label()
68         Me.txtSchoolName = New System.Windows.Forms.TextBox()
69         Me.Label8 = New System.Windows.Forms.Label()
70         Me.txtClass = New System.Windows.Forms.TextBox()
71         Me.Label4 = New System.Windows.Forms.Label()
72         Me.txtAdmissionNo = New System.Windows.Forms.TextBox()
73         Me.txtStudentName = New System.Windows.Forms.TextBox()
74         Me.Label3 = New System.Windows.Forms.Label()
75         Me.txtSection = New System.Windows.Forms.TextBox()
76         Me.Label2 = New System.Windows.Forms.Label()
77         Me.Label6 = New System.Windows.Forms.Label()
78         Me.Panel2 = New System.Windows.Forms.Panel()
79         Me.txtID = New System.Windows.Forms.TextBox()
80         Me.txtSchoolType = New System.Windows.Forms.TextBox()
81         Me.txtClassType = New System.Windows.Forms.TextBox()
82         Me.txtFeePaymentID = New System.Windows.Forms.TextBox()
83         Me.lblUser = New System.Windows.Forms.Label()
84         Me.txtCFPId = New System.Windows.Forms.TextBox()
85         Me.Label1 = New System.Windows.Forms.Label()
86         Me.Panel3 = New System.Windows.Forms.Panel()
87         Me.btnPrint = New System.Windows.Forms.Button()
88         Me.btnClose = New System.Windows.Forms.Button()
89         Me.btnGetData = New System.Windows.Forms.Button()
90         Me.btnDelete = New System.Windows.Forms.Button()
91         Me.btnUpdate = New System.Windows.Forms.Button()
92         Me.btnSave = New System.Windows.Forms.Button()
93         Me.btnNew = New System.Windows.Forms.Button()
94         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
95         Me.Panel1.SuspendLayout()
96         Me.GroupBox3.SuspendLayout()
97         Me.GroupBox2.SuspendLayout()
98         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
99         Me.groupBox1.SuspendLayout()
100         Me.Panel2.SuspendLayout()
101         Me.Panel3.SuspendLayout()
102         Me.SuspendLayout()
103         
'
104         
'Panel1
105         
'
106         Me.Panel1.BackColor = System.Drawing.Color.White
107         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
108         Me.Panel1.Controls.Add(Me.GroupBox3)
109         Me.Panel1.Controls.Add(Me.GroupBox2)
110         Me.Panel1.Controls.Add(Me.groupBox1)
111         Me.Panel1.Controls.Add(Me.Panel2)
112         Me.Panel1.Controls.Add(Me.Panel3)
113         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
114         Me.Panel1.Name =
"Panel1"
115         Me.Panel1.Size = New System.Drawing.Size(
857, 633)
116         Me.Panel1.TabIndex =
2
117         
'
118         
'GroupBox3
119         
'
120         Me.GroupBox3.BackColor = System.Drawing.Color.Transparent
121         Me.GroupBox3.Controls.Add(Me.txtBalance)
122         Me.GroupBox3.Controls.Add(Me.Label21)
123         Me.GroupBox3.Controls.Add(Me.txtTotalPaid)
124         Me.GroupBox3.Controls.Add(Me.Label20)
125         Me.GroupBox3.Controls.Add(Me.txtPaymentModeDetails)
126         Me.GroupBox3.Controls.Add(Me.Label19)
127         Me.GroupBox3.Controls.Add(Me.cmbPaymentMode)
128         Me.GroupBox3.Controls.Add(Me.Label18)
129         Me.GroupBox3.Controls.Add(Me.dtpPaymentDate)
130         Me.GroupBox3.Controls.Add(Me.Label17)
131         Me.GroupBox3.Controls.Add(Me.txtFine)
132         Me.GroupBox3.Controls.Add(Me.Label16)
133         Me.GroupBox3.Controls.Add(Me.txtPreviousDue)
134         Me.GroupBox3.Controls.Add(Me.txtDiscount)
135         Me.GroupBox3.Controls.Add(Me.Label14)
136         Me.GroupBox3.Controls.Add(Me.txtDiscountPer)
137         Me.GroupBox3.Controls.Add(Me.txtGrandTotal)
138         Me.GroupBox3.Controls.Add(Me.Label11)
139         Me.GroupBox3.Controls.Add(Me.Label12)
140         Me.GroupBox3.Controls.Add(Me.Label13)
141         Me.GroupBox3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
142         Me.GroupBox3.ForeColor = System.Drawing.Color.Black
143         Me.GroupBox3.Location = New System.Drawing.Point(
392, 327)
144         Me.GroupBox3.Name =
"GroupBox3"
145         Me.GroupBox3.Size = New System.Drawing.Size(
450, 291)
146         Me.GroupBox3.TabIndex =
2
147         Me.GroupBox3.TabStop = False
148         Me.GroupBox3.Text =
"Payment Info"
149         
'
150         
'txtBalance
151         
'
152         Me.txtBalance.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
153         Me.txtBalance.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
154         Me.txtBalance.Location = New System.Drawing.Point(
166, 256)
155         Me.txtBalance.Name =
"txtBalance"
156         Me.txtBalance.ReadOnly = True
157         Me.txtBalance.Size = New System.Drawing.Size(
135, 21)
158         Me.txtBalance.TabIndex =
9
159         Me.txtBalance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
160         
'
161         
'Label21
162         
'
163         Me.Label21.AutoSize = True
164         Me.Label21.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
165         Me.Label21.Location = New System.Drawing.Point(
20, 256)
166         Me.Label21.Name =
"Label21"
167         Me.Label21.Size = New System.Drawing.Size(
58, 15)
168         Me.Label21.TabIndex =
131
169         Me.Label21.Text =
"Balance :"
170         
'
171         
'txtTotalPaid
172         
'
173         Me.txtTotalPaid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
174         Me.txtTotalPaid.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
175         Me.txtTotalPaid.Location = New System.Drawing.Point(
166, 229)
176         Me.txtTotalPaid.Name =
"txtTotalPaid"
177         Me.txtTotalPaid.Size = New System.Drawing.Size(
135, 21)
178         Me.txtTotalPaid.TabIndex =
8
179         Me.txtTotalPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
180         
'
181         
'Label20
182         
'
183         Me.Label20.AutoSize = True
184         Me.Label20.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
185         Me.Label20.Location = New System.Drawing.Point(
20, 229)
186         Me.Label20.Name =
"Label20"
187         Me.Label20.Size = New System.Drawing.Size(
68, 15)
188         Me.Label20.TabIndex =
129
189         Me.Label20.Text =
"Total Paid :"
190         
'
191         
'txtPaymentModeDetails
192         
'
193         Me.txtPaymentModeDetails.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
194         Me.txtPaymentModeDetails.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
195         Me.txtPaymentModeDetails.Location = New System.Drawing.Point(
166, 173)
196         Me.txtPaymentModeDetails.Name =
"txtPaymentModeDetails"
197         Me.txtPaymentModeDetails.Size = New System.Drawing.Size(
271, 21)
198         Me.txtPaymentModeDetails.TabIndex =
6
199         
'
200         
'Label19
201         
'
202         Me.Label19.AutoSize = True
203         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
204         Me.Label19.Location = New System.Drawing.Point(
20, 173)
205         Me.Label19.Name =
"Label19"
206         Me.Label19.Size = New System.Drawing.Size(
137, 15)
207         Me.Label19.TabIndex =
127
208         Me.Label19.Text =
"Payment Mode Details :"
209         
'
210         
'cmbPaymentMode
211         
'
212         Me.cmbPaymentMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
213         Me.cmbPaymentMode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
214         Me.cmbPaymentMode.FormattingEnabled = True
215         Me.cmbPaymentMode.Items.AddRange(New Object() {
"By Cash", "By Cheque", "By DD"})
216         Me.cmbPaymentMode.Location = New System.Drawing.Point(
166, 143)
217         Me.cmbPaymentMode.Name =
"cmbPaymentMode"
218         Me.cmbPaymentMode.Size = New System.Drawing.Size(
135, 23)
219         Me.cmbPaymentMode.TabIndex =
5
220         
'
221         
'Label18
222         
'
223         Me.Label18.AutoSize = True
224         Me.Label18.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         Me.Label18.Location = New System.Drawing.Point(
20, 143)
226         Me.Label18.Name =
"Label18"
227         Me.Label18.Size = New System.Drawing.Size(
96, 15)
228         Me.Label18.TabIndex =
125
229         Me.Label18.Text =
"Payment Mode :"
230         
'
231         
'dtpPaymentDate
232         
'
233         Me.dtpPaymentDate.CustomFormat =
"dd/MMM/yyyy"
234         Me.dtpPaymentDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
235         Me.dtpPaymentDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
236         Me.dtpPaymentDate.Location = New System.Drawing.Point(
166, 116)
237         Me.dtpPaymentDate.Name =
"dtpPaymentDate"
238         Me.dtpPaymentDate.Size = New System.Drawing.Size(
135, 21)
239         Me.dtpPaymentDate.TabIndex =
4
240         
'
241         
'Label17
242         
'
243         Me.Label17.AutoSize = True
244         Me.Label17.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
245         Me.Label17.Location = New System.Drawing.Point(
20, 116)
246         Me.Label17.Name =
"Label17"
247         Me.Label17.Size = New System.Drawing.Size(
90, 15)
248         Me.Label17.TabIndex =
123
249         Me.Label17.Text =
"Payment Date :"
250         
'
251         
'txtFine
252         
'
253         Me.txtFine.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
254         Me.txtFine.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
255         Me.txtFine.Location = New System.Drawing.Point(
166, 89)
256         Me.txtFine.Name =
"txtFine"
257         Me.txtFine.Size = New System.Drawing.Size(
80, 21)
258         Me.txtFine.TabIndex =
3
259         Me.txtFine.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
260         
'
261         
'Label16
262         
'
263         Me.Label16.AutoSize = True
264         Me.Label16.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
265         Me.Label16.Location = New System.Drawing.Point(
20, 89)
266         Me.Label16.Name =
"Label16"
267         Me.Label16.Size = New System.Drawing.Size(
37, 15)
268         Me.Label16.TabIndex =
121
269         Me.Label16.Text =
"Fine :"
270         
'
271         
'txtPreviousDue
272         
'
273         Me.txtPreviousDue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
274         Me.txtPreviousDue.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
275         Me.txtPreviousDue.Location = New System.Drawing.Point(
166, 61)
276         Me.txtPreviousDue.Name =
"txtPreviousDue"
277         Me.txtPreviousDue.ReadOnly = True
278         Me.txtPreviousDue.Size = New System.Drawing.Size(
135, 21)
279         Me.txtPreviousDue.TabIndex =
2
280         Me.txtPreviousDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
281         
'
282         
'txtDiscount
283         
'
284         Me.txtDiscount.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
285         Me.txtDiscount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
286         Me.txtDiscount.Location = New System.Drawing.Point(
263, 33)
287         Me.txtDiscount.Name =
"txtDiscount"
288         Me.txtDiscount.ReadOnly = True
289         Me.txtDiscount.Size = New System.Drawing.Size(
92, 21)
290         Me.txtDiscount.TabIndex =
1
291         Me.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
292         
'
293         
'Label14
294         
'
295         Me.Label14.AutoSize = True
296         Me.Label14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
297         Me.Label14.Location = New System.Drawing.Point(
239, 36)
298         Me.Label14.Name =
"Label14"
299         Me.Label14.Size = New System.Drawing.Size(
18, 15)
300         Me.Label14.TabIndex =
118
301         Me.Label14.Text =
"%"
302         
'
303         
'txtDiscountPer
304         
'
305         Me.txtDiscountPer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
306         Me.txtDiscountPer.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
307         Me.txtDiscountPer.Location = New System.Drawing.Point(
166, 33)
308         Me.txtDiscountPer.Name =
"txtDiscountPer"
309         Me.txtDiscountPer.ReadOnly = True
310         Me.txtDiscountPer.Size = New System.Drawing.Size(
64, 21)
311         Me.txtDiscountPer.TabIndex =
0
312         Me.txtDiscountPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
313         
'
314         
'txtGrandTotal
315         
'
316         Me.txtGrandTotal.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
317         Me.txtGrandTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
318         Me.txtGrandTotal.Location = New System.Drawing.Point(
166, 202)
319         Me.txtGrandTotal.Name =
"txtGrandTotal"
320         Me.txtGrandTotal.ReadOnly = True
321         Me.txtGrandTotal.Size = New System.Drawing.Size(
135, 21)
322         Me.txtGrandTotal.TabIndex =
7
323         Me.txtGrandTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
324         
'
325         
'Label11
326         
'
327         Me.Label11.AutoSize = True
328         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
329         Me.Label11.Location = New System.Drawing.Point(
20, 202)
330         Me.Label11.Name =
"Label11"
331         Me.Label11.Size = New System.Drawing.Size(
77, 15)
332         Me.Label11.TabIndex =
8
333         Me.Label11.Text =
"Grand Total :"
334         
'
335         
'Label12
336         
'
337         Me.Label12.AutoSize = True
338         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
339         Me.Label12.Location = New System.Drawing.Point(
20, 61)
340         Me.Label12.Name =
"Label12"
341         Me.Label12.Size = New System.Drawing.Size(
86, 15)
342         Me.Label12.TabIndex =
114
343         Me.Label12.Text =
"Previous Due :"
344         
'
345         
'Label13
346         
'
347         Me.Label13.AutoSize = True
348         Me.Label13.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
349         Me.Label13.Location = New System.Drawing.Point(
20, 33)
350         Me.Label13.Name =
"Label13"
351         Me.Label13.Size = New System.Drawing.Size(
61, 15)
352         Me.Label13.TabIndex =
6
353         Me.Label13.Text =
"Discount :"
354         
'
355         
'GroupBox2
356         
'
357         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
358         Me.GroupBox2.Controls.Add(Me.Label9)
359         Me.GroupBox2.Controls.Add(Me.txtCourseFee)
360         Me.GroupBox2.Controls.Add(Me.dgw)
361         Me.GroupBox2.Controls.Add(Me.btnGetFeeList)
362         Me.GroupBox2.Controls.Add(Me.cmbSemester)
363         Me.GroupBox2.Controls.Add(Me.Label15)
364         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
365         Me.GroupBox2.ForeColor = System.Drawing.Color.Black
366         Me.GroupBox2.Location = New System.Drawing.Point(
3, 327)
367         Me.GroupBox2.Name =
"GroupBox2"
368         Me.GroupBox2.Size = New System.Drawing.Size(
373, 289)
369         Me.GroupBox2.TabIndex =
1
370         Me.GroupBox2.TabStop = False
371         Me.GroupBox2.Text =
"Fee Info"
372         
'
373         
'Label9
374         
'
375         Me.Label9.AutoSize = True
376         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
377         Me.Label9.Location = New System.Drawing.Point(
23, 253)
378         Me.Label9.Name =
"Label9"
379         Me.Label9.Size = New System.Drawing.Size(
76, 15)
380         Me.Label9.TabIndex =
8
381         Me.Label9.Text =
"Course Fee :"
382         
'
383         
'txtCourseFee
384         
'
385         Me.txtCourseFee.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
386         Me.txtCourseFee.Location = New System.Drawing.Point(
139, 253)
387         Me.txtCourseFee.Name =
"txtCourseFee"
388         Me.txtCourseFee.ReadOnly = True
389         Me.txtCourseFee.Size = New System.Drawing.Size(
91, 21)
390         Me.txtCourseFee.TabIndex =
7
391         Me.txtCourseFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
392         
'
393         
'dgw
394         
'
395         Me.dgw.AllowUserToAddRows = False
396         Me.dgw.AllowUserToDeleteRows = False
397         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
398         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
399         Me.dgw.BackgroundColor = System.Drawing.Color.White
400         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
401         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
402         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
403         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
404         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
405         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
406         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
407         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
408         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
409         Me.dgw.ColumnHeadersHeight =
24
410         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column2, Me.Column3})
411         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
412         Me.dgw.EnableHeadersVisualStyles = False
413         Me.dgw.GridColor = System.Drawing.Color.White
414         Me.dgw.Location = New System.Drawing.Point(
26, 71)
415         Me.dgw.Name =
"dgw"
416         Me.dgw.ReadOnly = True
417         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
418         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
419         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
420         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
421         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
422         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
423         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
424         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
425         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
426         Me.dgw.RowHeadersWidth =
25
427         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
428         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
429         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
430         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
431         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
432         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
433         Me.dgw.RowTemplate.Height =
18
434         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
435         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
436         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
437         Me.dgw.Size = New System.Drawing.Size(
329, 173)
438         Me.dgw.TabIndex =
2
439         
'
440         
'Column2
441         
'
442         Me.Column2.HeaderText =
"Fee Name"
443         Me.Column2.Name =
"Column2"
444         Me.Column2.ReadOnly = True
445         Me.Column2.Width =
200
446         
'
447         
'Column3
448         
'
449         Me.Column3.HeaderText =
"Fee"
450         Me.Column3.Name =
"Column3"
451         Me.Column3.ReadOnly = True
452         
'
453         
'btnGetFeeList
454         
'
455         Me.btnGetFeeList.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
456         Me.btnGetFeeList.ForeColor = System.Drawing.Color.Black
457         Me.btnGetFeeList.Location = New System.Drawing.Point(
230, 32)
458         Me.btnGetFeeList.Name =
"btnGetFeeList"
459         Me.btnGetFeeList.Size = New System.Drawing.Size(
83, 23)
460         Me.btnGetFeeList.TabIndex =
1
461         Me.btnGetFeeList.Text =
"Get Fee List"
462         Me.btnGetFeeList.UseVisualStyleBackColor = True
463         
'
464         
'cmbSemester
465         
'
466         Me.cmbSemester.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
467         Me.cmbSemester.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
468         Me.cmbSemester.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
469         Me.cmbSemester.FormattingEnabled = True
470         Me.cmbSemester.Items.AddRange(New Object() {
"1st", "2nd"})
471         Me.cmbSemester.Location = New System.Drawing.Point(
139, 32)
472         Me.cmbSemester.Name =
"cmbSemester"
473         Me.cmbSemester.Size = New System.Drawing.Size(
85, 23)
474         Me.cmbSemester.TabIndex =
0
475         
'
476         
'Label15
477         
'
478         Me.Label15.AutoSize = True
479         Me.Label15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
480         Me.Label15.Location = New System.Drawing.Point(
23, 32)
481         Me.Label15.Name =
"Label15"
482         Me.Label15.Size = New System.Drawing.Size(
66, 15)
483         Me.Label15.TabIndex =
6
484         Me.Label15.Text =
"Semester :"
485         
'
486         
'groupBox1
487         
'
488         Me.groupBox1.BackColor = System.Drawing.Color.Transparent
489         Me.groupBox1.Controls.Add(Me.txtSession)
490         Me.groupBox1.Controls.Add(Me.Label7)
491         Me.groupBox1.Controls.Add(Me.txtEnrollmentNo)
492         Me.groupBox1.Controls.Add(Me.Button2)
493         Me.groupBox1.Controls.Add(Me.Label5)
494         Me.groupBox1.Controls.Add(Me.txtSchoolName)
495         Me.groupBox1.Controls.Add(Me.Label8)
496         Me.groupBox1.Controls.Add(Me.txtClass)
497         Me.groupBox1.Controls.Add(Me.Label4)
498         Me.groupBox1.Controls.Add(Me.txtAdmissionNo)
499         Me.groupBox1.Controls.Add(Me.txtStudentName)
500         Me.groupBox1.Controls.Add(Me.Label3)
501         Me.groupBox1.Controls.Add(Me.txtSection)
502         Me.groupBox1.Controls.Add(Me.Label2)
503         Me.groupBox1.Controls.Add(Me.Label6)
504         Me.groupBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
505         Me.groupBox1.ForeColor = System.Drawing.Color.Black
506         Me.groupBox1.Location = New System.Drawing.Point(
9, 75)
507         Me.groupBox1.Name =
"groupBox1"
508         Me.groupBox1.Size = New System.Drawing.Size(
492, 229)
509         Me.groupBox1.TabIndex =
0
510         Me.groupBox1.TabStop = False
511         Me.groupBox1.Text =
"Student Info"
512         
'
513         
'txtSession
514         
'
515         Me.txtSession.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
516         Me.txtSession.Location = New System.Drawing.Point(
139, 194)
517         Me.txtSession.Name =
"txtSession"
518         Me.txtSession.ReadOnly = True
519         Me.txtSession.Size = New System.Drawing.Size(
85, 21)
520         Me.txtSession.TabIndex =
5
521         
'
522         
'Label7
523         
'
524         Me.Label7.AutoSize = True
525         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
526         Me.Label7.Location = New System.Drawing.Point(
23, 194)
527         Me.Label7.Name =
"Label7"
528         Me.Label7.Size = New System.Drawing.Size(
57, 15)
529         Me.Label7.TabIndex =
112
530         Me.Label7.Text =
"Session :"
531         
'
532         
'txtEnrollmentNo
533         
'
534         Me.txtEnrollmentNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
535         Me.txtEnrollmentNo.Location = New System.Drawing.Point(
139, 86)
536         Me.txtEnrollmentNo.Name =
"txtEnrollmentNo"
537         Me.txtEnrollmentNo.ReadOnly = True
538         Me.txtEnrollmentNo.Size = New System.Drawing.Size(
142, 21)
539         Me.txtEnrollmentNo.TabIndex =
2
540         
'
541         
'Button2
542         
'
543         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
544         Me.Button2.ForeColor = System.Drawing.Color.Black
545         Me.Button2.Location = New System.Drawing.Point(
287, 27)
546         Me.Button2.Name =
"Button2"
547         Me.Button2.Size = New System.Drawing.Size(
35, 21)
548         Me.Button2.TabIndex =
109
549         Me.Button2.Text =
"..."
550         Me.Button2.UseVisualStyleBackColor = True
551         
'
552         
'Label5
553         
'
554         Me.Label5.AutoSize = True
555         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
556         Me.Label5.Location = New System.Drawing.Point(
23, 86)
557         Me.Label5.Name =
"Label5"
558         Me.Label5.Size = New System.Drawing.Size(
95, 15)
559         Me.Label5.TabIndex =
110
560         Me.Label5.Text =
"Enrollment No. :"
561         
'
562         
'txtSchoolName
563         
'
564         Me.txtSchoolName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
565         Me.txtSchoolName.Location = New System.Drawing.Point(
139, 113)
566         Me.txtSchoolName.Name =
"txtSchoolName"
567         Me.txtSchoolName.ReadOnly = True
568         Me.txtSchoolName.Size = New System.Drawing.Size(
338, 21)
569         Me.txtSchoolName.TabIndex =
3
570         
'
571         
'Label8
572         
'
573         Me.Label8.AutoSize = True
574         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
575         Me.Label8.Location = New System.Drawing.Point(
23, 113)
576         Me.Label8.Name =
"Label8"
577         Me.Label8.Size = New System.Drawing.Size(
88, 15)
578         Me.Label8.TabIndex =
17
579         Me.Label8.Text =
"School Name :"
580         
'
581         
'txtClass
582         
'
583         Me.txtClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
584         Me.txtClass.Location = New System.Drawing.Point(
139, 140)
585         Me.txtClass.Name =
"txtClass"
586         Me.txtClass.ReadOnly = True
587         Me.txtClass.Size = New System.Drawing.Size(
85, 21)
588         Me.txtClass.TabIndex =
4
589         
'
590         
'Label4
591         
'
592         Me.Label4.AutoSize = True
593         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
594         Me.Label4.Location = New System.Drawing.Point(
23, 140)
595         Me.Label4.Name =
"Label4"
596         Me.Label4.Size = New System.Drawing.Size(
43, 15)
597         Me.Label4.TabIndex =
12
598         Me.Label4.Text =
"Class :"
599         
'
600         
'txtAdmissionNo
601         
'
602         Me.txtAdmissionNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
603         Me.txtAdmissionNo.Location = New System.Drawing.Point(
139, 27)
604         Me.txtAdmissionNo.Name =
"txtAdmissionNo"
605         Me.txtAdmissionNo.ReadOnly = True
606         Me.txtAdmissionNo.Size = New System.Drawing.Size(
142, 21)
607         Me.txtAdmissionNo.TabIndex =
0
608         
'
609         
'txtStudentName
610         
'
611         Me.txtStudentName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
612         Me.txtStudentName.Location = New System.Drawing.Point(
139, 54)
613         Me.txtStudentName.Multiline = True
614         Me.txtStudentName.Name =
"txtStudentName"
615         Me.txtStudentName.ReadOnly = True
616         Me.txtStudentName.Size = New System.Drawing.Size(
338, 24)
617         Me.txtStudentName.TabIndex =
1
618         
'
619         
'Label3
620         
'
621         Me.Label3.AutoSize = True
622         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
623         Me.Label3.Location = New System.Drawing.Point(
23, 27)
624         Me.Label3.Name =
"Label3"
625         Me.Label3.Size = New System.Drawing.Size(
92, 15)
626         Me.Label3.TabIndex =
6
627         Me.Label3.Text =
"Admission No. :"
628         
'
629         
'txtSection
630         
'
631         Me.txtSection.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
632         Me.txtSection.Location = New System.Drawing.Point(
139, 167)
633         Me.txtSection.Name =
"txtSection"
634         Me.txtSection.ReadOnly = True
635         Me.txtSection.Size = New System.Drawing.Size(
85, 21)
636         Me.txtSection.TabIndex =
6
637         
'
638         
'Label2
639         
'
640         Me.Label2.AutoSize = True
641         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
642         Me.Label2.Location = New System.Drawing.Point(
23, 167)
643         Me.Label2.Name =
"Label2"
644         Me.Label2.Size = New System.Drawing.Size(
54, 15)
645         Me.Label2.TabIndex =
4
646         Me.Label2.Text =
"Section :"
647         
'
648         
'Label6
649         
'
650         Me.Label6.AutoSize = True
651         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
652         Me.Label6.Location = New System.Drawing.Point(
23, 54)
653         Me.Label6.Name =
"Label6"
654         Me.Label6.Size = New System.Drawing.Size(
92, 15)
655         Me.Label6.TabIndex =
1
656         Me.Label6.Text =
"Student Name :"
657         
'
658         
'Panel2
659         
'
660         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
661         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
662         Me.Panel2.Controls.Add(Me.txtID)
663         Me.Panel2.Controls.Add(Me.txtSchoolType)
664         Me.Panel2.Controls.Add(Me.txtClassType)
665         Me.Panel2.Controls.Add(Me.txtFeePaymentID)
666         Me.Panel2.Controls.Add(Me.lblUser)
667         Me.Panel2.Controls.Add(Me.txtCFPId)
668         Me.Panel2.Controls.Add(Me.Label1)
669         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
670         Me.Panel2.Name =
"Panel2"
671         Me.Panel2.Size = New System.Drawing.Size(
833, 62)
672         Me.Panel2.TabIndex =
0
673         
'
674         
'txtID
675         
'
676         Me.txtID.Location = New System.Drawing.Point(
23, 39)
677         Me.txtID.Name =
"txtID"
678         Me.txtID.Size = New System.Drawing.Size(
81, 20)
679         Me.txtID.TabIndex =
328
680         Me.txtID.Visible = False
681         
'
682         
'txtSchoolType
683         
'
684         Me.txtSchoolType.Location = New System.Drawing.Point(
197, 39)
685         Me.txtSchoolType.Name =
"txtSchoolType"
686         Me.txtSchoolType.Size = New System.Drawing.Size(
81, 20)
687         Me.txtSchoolType.TabIndex =
327
688         Me.txtSchoolType.Visible = False
689         
'
690         
'txtClassType
691         
'
692         Me.txtClassType.Location = New System.Drawing.Point(
110, 42)
693         Me.txtClassType.Name =
"txtClassType"
694         Me.txtClassType.Size = New System.Drawing.Size(
81, 20)
695         Me.txtClassType.TabIndex =
326
696         Me.txtClassType.Visible = False
697         
'
698         
'txtFeePaymentID
699         
'
700         Me.txtFeePaymentID.Location = New System.Drawing.Point(
110, 20)
701         Me.txtFeePaymentID.Name =
"txtFeePaymentID"
702         Me.txtFeePaymentID.Size = New System.Drawing.Size(
81, 20)
703         Me.txtFeePaymentID.TabIndex =
45
704         Me.txtFeePaymentID.Visible = False
705         
'
706         
'lblUser
707         
'
708         Me.lblUser.AutoSize = True
709         Me.lblUser.Location = New System.Drawing.Point(
242, 20)
710         Me.lblUser.Name =
"lblUser"
711         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
712         Me.lblUser.TabIndex =
43
713         Me.lblUser.Text =
"Label8"
714         Me.lblUser.Visible = False
715         
'
716         
'txtCFPId
717         
'
718         Me.txtCFPId.Location = New System.Drawing.Point(
23, 20)
719         Me.txtCFPId.Name =
"txtCFPId"
720         Me.txtCFPId.Size = New System.Drawing.Size(
81, 20)
721         Me.txtCFPId.TabIndex =
44
722         Me.txtCFPId.Visible = False
723         
'
724         
'Label1
725         
'
726         Me.Label1.AutoSize = True
727         Me.Label1.BackColor = System.Drawing.Color.Transparent
728         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
729         Me.Label1.ForeColor = System.Drawing.Color.White
730         Me.Label1.Location = New System.Drawing.Point(
297, 19)
731         Me.Label1.Name =
"Label1"
732         Me.Label1.Size = New System.Drawing.Size(
189, 24)
733         Me.Label1.TabIndex =
0
734         Me.Label1.Text =
"Class Fee Payment"
735         
'
736         
'Panel3
737         
'
738         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
739         Me.Panel3.Controls.Add(Me.btnPrint)
740         Me.Panel3.Controls.Add(Me.btnClose)
741         Me.Panel3.Controls.Add(Me.btnGetData)
742         Me.Panel3.Controls.Add(Me.btnDelete)
743         Me.Panel3.Controls.Add(Me.btnUpdate)
744         Me.Panel3.Controls.Add(Me.btnSave)
745         Me.Panel3.Controls.Add(Me.btnNew)
746         Me.Panel3.Location = New System.Drawing.Point(
516, 82)
747         Me.Panel3.Name =
"Panel3"
748         Me.Panel3.Size = New System.Drawing.Size(
111, 235)
749         Me.Panel3.TabIndex =
41
750         
'
751         
'btnPrint
752         
'
753         Me.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand
754         Me.btnPrint.Enabled = False
755         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
756         Me.btnPrint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
757         Me.btnPrint.Location = New System.Drawing.Point(
13, 165)
758         Me.btnPrint.Name =
"btnPrint"
759         Me.btnPrint.Size = New System.Drawing.Size(
82, 28)
760         Me.btnPrint.TabIndex =
45
761         Me.btnPrint.Text =
"Print"
762         Me.btnPrint.UseVisualStyleBackColor = True
763         
'
764         
'btnClose
765         
'
766         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
767         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
768         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
769         Me.btnClose.Location = New System.Drawing.Point(
13, 197)
770         Me.btnClose.Name =
"btnClose"
771         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
772         Me.btnClose.TabIndex =
4
773         Me.btnClose.Text =
"Close"
774         Me.btnClose.UseVisualStyleBackColor = True
775         
'
776         
'btnGetData
777         
'
778         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
779         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
780         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
781         Me.btnGetData.Location = New System.Drawing.Point(
13, 133)
782         Me.btnGetData.Name =
"btnGetData"
783         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
784         Me.btnGetData.TabIndex =
5
785         Me.btnGetData.Text =
"Get Data"
786         Me.btnGetData.UseVisualStyleBackColor = True
787         
'
788         
'btnDelete
789         
'
790         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
791         Me.btnDelete.Enabled = False
792         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
793         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
794         Me.btnDelete.Location = New System.Drawing.Point(
13, 101)
795         Me.btnDelete.Name =
"btnDelete"
796         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
797         Me.btnDelete.TabIndex =
3
798         Me.btnDelete.Text =
"Delete"
799         Me.btnDelete.UseVisualStyleBackColor = True
800         
'
801         
'btnUpdate
802         
'
803         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
804         Me.btnUpdate.Enabled = False
805         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
806         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
807         Me.btnUpdate.Location = New System.Drawing.Point(
13, 69)
808         Me.btnUpdate.Name =
"btnUpdate"
809         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
810         Me.btnUpdate.TabIndex =
2
811         Me.btnUpdate.Text =
"Update"
812         Me.btnUpdate.UseVisualStyleBackColor = True
813         
'
814         
'btnSave
815         
'
816         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
817         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
818         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
819         Me.btnSave.Location = New System.Drawing.Point(
13, 38)
820         Me.btnSave.Name =
"btnSave"
821         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
822         Me.btnSave.TabIndex =
1
823         Me.btnSave.Text =
"Save + Print"
824         Me.btnSave.UseVisualStyleBackColor = True
825         
'
826         
'btnNew
827         
'
828         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
829         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
830         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
831         Me.btnNew.Location = New System.Drawing.Point(
13, 7)
832         Me.btnNew.Name =
"btnNew"
833         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
834         Me.btnNew.TabIndex =
0
835         Me.btnNew.Text =
"New"
836         Me.btnNew.UseVisualStyleBackColor = True
837         
'
838         
'Timer1
839         
'
840         
'
841         
'frmCourseFeePayment
842         
'
843         Me.AcceptButton = Me.btnSave
844         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
845         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
846         Me.BackColor = System.Drawing.Color.DarkSlateGray
847         Me.ClientSize = New System.Drawing.Size(
880, 660)
848         Me.Controls.Add(Me.Panel1)
849         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
850         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
851         Me.MaximizeBox = False
852         Me.MinimizeBox = False
853         Me.Name =
"frmCourseFeePayment"
854         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
855         Me.Panel1.ResumeLayout(False)
856         Me.GroupBox3.ResumeLayout(False)
857         Me.GroupBox3.PerformLayout()
858         Me.GroupBox2.ResumeLayout(False)
859         Me.GroupBox2.PerformLayout()
860         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
861         Me.groupBox1.ResumeLayout(False)
862         Me.groupBox1.PerformLayout()
863         Me.Panel2.ResumeLayout(False)
864         Me.Panel2.PerformLayout()
865         Me.Panel3.ResumeLayout(False)
866         Me.ResumeLayout(False)
867
868     End Sub
869     Friend WithEvents Panel1 As System.Windows.Forms.Panel
870     Friend WithEvents Panel2 As System.Windows.Forms.Panel
871     Friend WithEvents Label1 As System.Windows.Forms.Label
872     Friend WithEvents Panel3 As System.Windows.Forms.Panel
873     Friend WithEvents btnDelete As System.Windows.Forms.Button
874     Friend WithEvents btnClose As System.Windows.Forms.Button
875     Friend WithEvents btnUpdate As System.Windows.Forms.Button
876     Friend WithEvents btnSave As System.Windows.Forms.Button
877     Friend WithEvents btnNew As System.Windows.Forms.Button
878     Friend WithEvents txtCFPId As System.Windows.Forms.TextBox
879     Friend WithEvents lblUser As System.Windows.Forms.Label
880     Friend WithEvents txtFeePaymentID As System.Windows.Forms.TextBox
881     Friend WithEvents btnGetData As System.Windows.Forms.Button
882     Friend WithEvents txtClassType As System.Windows.Forms.TextBox
883     Public WithEvents groupBox1 As System.Windows.Forms.GroupBox
884     Public WithEvents txtSession As System.Windows.Forms.TextBox
885     Private WithEvents Label7 As System.Windows.Forms.Label
886     Public WithEvents txtEnrollmentNo As System.Windows.Forms.TextBox
887     Friend WithEvents Button2 As System.Windows.Forms.Button
888     Private WithEvents Label5 As System.Windows.Forms.Label
889     Public WithEvents txtSchoolName As System.Windows.Forms.TextBox
890     Private WithEvents Label8 As System.Windows.Forms.Label
891     Public WithEvents txtClass As System.Windows.Forms.TextBox
892     Private WithEvents Label4 As System.Windows.Forms.Label
893     Friend WithEvents txtAdmissionNo As System.Windows.Forms.TextBox
894     Friend WithEvents txtStudentName As System.Windows.Forms.TextBox
895     Private WithEvents Label3 As System.Windows.Forms.Label
896     Public WithEvents txtSection As System.Windows.Forms.TextBox
897     Private WithEvents Label2 As System.Windows.Forms.Label
898     Private WithEvents Label6 As System.Windows.Forms.Label
899     Public WithEvents GroupBox2 As System.Windows.Forms.GroupBox
900     Friend WithEvents btnGetFeeList As System.Windows.Forms.Button
901     Friend WithEvents cmbSemester As System.Windows.Forms.ComboBox
902     Private WithEvents Label15 As System.Windows.Forms.Label
903     Friend WithEvents dgw As System.Windows.Forms.DataGridView
904     Public WithEvents GroupBox3 As System.Windows.Forms.GroupBox
905     Public WithEvents txtBalance As System.Windows.Forms.TextBox
906     Private WithEvents Label21 As System.Windows.Forms.Label
907     Public WithEvents txtTotalPaid As System.Windows.Forms.TextBox
908     Private WithEvents Label20 As System.Windows.Forms.Label
909     Public WithEvents txtPaymentModeDetails As System.Windows.Forms.TextBox
910     Private WithEvents Label19 As System.Windows.Forms.Label
911     Friend WithEvents cmbPaymentMode As System.Windows.Forms.ComboBox
912     Private WithEvents Label18 As System.Windows.Forms.Label
913     Friend WithEvents dtpPaymentDate As System.Windows.Forms.DateTimePicker
914     Private WithEvents Label17 As System.Windows.Forms.Label
915     Public WithEvents txtFine As System.Windows.Forms.TextBox
916     Private WithEvents Label16 As System.Windows.Forms.Label
917     Public WithEvents txtPreviousDue As System.Windows.Forms.TextBox
918     Public WithEvents txtDiscount As System.Windows.Forms.TextBox
919     Private WithEvents Label14 As System.Windows.Forms.Label
920     Public WithEvents txtDiscountPer As System.Windows.Forms.TextBox
921     Public WithEvents txtGrandTotal As System.Windows.Forms.TextBox
922     Private WithEvents Label11 As System.Windows.Forms.Label
923     Private WithEvents Label12 As System.Windows.Forms.Label
924     Private WithEvents Label13 As System.Windows.Forms.Label
925     Friend WithEvents btnPrint As System.Windows.Forms.Button
926     Private WithEvents Label9 As System.Windows.Forms.Label
927     Public WithEvents txtCourseFee As System.Windows.Forms.TextBox
928     Friend WithEvents txtSchoolType As System.Windows.Forms.TextBox
929     Friend WithEvents txtID As System.Windows.Forms.TextBox
930     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
931     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
932     Friend WithEvents Timer1 As System.Windows.Forms.Timer
933
934 End Class


Gõ tìm kiếm nhanh...